From: Juergen Gross Date: Fri, 7 Oct 2011 08:35:12 +0000 (+0100) Subject: tools/libfsimage: Avoid relative XEN_ROOT specification X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=69698ae65775e8f7a2b789400421cb38dbacced0;p=xen.git tools/libfsimage: Avoid relative XEN_ROOT specification XEN_ROOT must be set to an absolute path to avoid out of the tree references Signed-off-by: Juergen Gross Committed-by: Keir Fraser --- diff --git a/tools/libfsimage/xfs/Makefile b/tools/libfsimage/xfs/Makefile index 99ed1ba0db..6580007404 100644 --- a/tools/libfsimage/xfs/Makefile +++ b/tools/libfsimage/xfs/Makefile @@ -1,4 +1,4 @@ -XEN_ROOT = ../../.. +XEN_ROOT = $(CURDIR)/../../.. LIB_SRCS-y = fsys_xfs.c